home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-01 | 467 b | 14 lines | [TEXT/KAHL] |
- // FaceFromPICT
- // Reads ONE sprite face from PICTs of its color and B/W image and mask.
- // Also includes headers for the cousin functions SATGetFaceFromICN (reads
- // a face from a #ICN) and FaceFromText. (All declarations for Pascal-
- // declared functions!)
-
- #include <SAT.h>
-
- pascal FacePtr GetFaceFromPICT(short colorPICTid,short bwPICTid,short maskPICTid);
-
- pascal FacePtr SATGetFaceFromICN(short id);
-
- pascal FacePtr FaceFromText(Str255 myString, short shadow);
-